From 1ce5507b292e45be204b1150da86379e0e0995d0 Mon Sep 17 00:00:00 2001 From: oliskoli Date: Thu, 27 Dec 2007 22:28:32 +0000 Subject: [PATCH] Use gpslibusb for non-*darwin* targets. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3038 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/configure | 4 ++++ gpsbabel/configure.in | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/gpsbabel/configure b/gpsbabel/configure index 23e6bf99c..440243ea5 100755 --- a/gpsbabel/configure +++ b/gpsbabel/configure @@ -4311,6 +4311,10 @@ fi else OSJEEPS=jeeps/gpsusbstub.o fi + ;; + *) + OSJEEPS=jeeps/gpslibusb.o + ;; esac CFLAGS="$OCFLAGS" # LIBS="$LIBS `libusb-config --libs`" diff --git a/gpsbabel/configure.in b/gpsbabel/configure.in index e9b86273b..615ba03a8 100644 --- a/gpsbabel/configure.in +++ b/gpsbabel/configure.in @@ -188,6 +188,10 @@ case "$target" in else OSJEEPS=jeeps/gpsusbstub.o fi + ;; + *) + OSJEEPS=jeeps/gpslibusb.o + ;; esac CFLAGS="$OCFLAGS" # LIBS="$LIBS `libusb-config --libs`" -- 2.30.2